All Questions
4 questions
3votes
1answer
96views
Tkinter Minesweeper Clone V2
Intro Having spent quite a bit of time learning Python, I thought it was time to work on something. However, an Google search for "python projects 2022" came up with projects I had already ...
2votes
0answers
111views
Minesweeper program using Tkinter
I have complete my minesweeper game using Tkinter and would like to know ways to improve. I also have a question for extra features: does anybody know a way to have a opening start, like google ...
5votes
2answers
455views
Mine sweeping game for the terminal
Over the holidays I was bored due to lockdown and implemented a mine sweeping game for the terminal. Any feedback is welcome. ...
8votes
1answer
332views
A mine sweeping game for the terminal
This is a very simple (no ability to flag tiles) mine sweeping game written in Python and designed for a terminal. Due to its limitations it is not recommended to change the board size as that will ...